Make the position and the size of FileSystem controls more precise#105560
Merged
akien-mga merged 1 commit intogodotengine:masterfrom May 12, 2025
Merged
Make the position and the size of FileSystem controls more precise#105560akien-mga merged 1 commit intogodotengine:masterfrom
akien-mga merged 1 commit intogodotengine:masterfrom
Conversation
Member
Still happening: godot.windows.editor.dev.x86_64_kngFhWX8HU.mp4The code uses real image size for some reason. |
3cba7a5 to
a386c85
Compare
Contributor
Author
Fixed. |
Contributor
Author
|
@KoBeWi |
Member
|
There isn't. Looks like some conflicts were created, needs rebase. |
87bd971 to
cab2993
Compare
Contributor
Author
Done. |
Member
cab2993 to
a52a7a4
Compare
Contributor
Author
KoBeWi
reviewed
May 10, 2025
|
|
||
| String _atr(int p_idx, const String &p_text) const; | ||
|
|
||
| protected: |
Member
There was a problem hiding this comment.
Making ThemeCache protected makes it impossible for inheriting classes to implement their own. Though I see why is it needed here; I guess it's something to worry about once it actually becomes a problem (unlikely).
KoBeWi
approved these changes
May 10, 2025
Member
|
Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Before: The rename LineEdit is too long.

After:

Before: Text is out of hightlight backgroud.

After:

Before: The rename LineEdit covers the icon.

After:

Before: When right-to-left, The rename LineEdit and tag icons are offset.

After:
